
 
 '   T h e r e m i n o   A u t o m a t i o n   d e m o   p r o g r a m 
 
 
 
 '   D e m o n s t r a t i n g   G o S u b   b y   b u t t o n   e v e n t s   a n d   R e t u r n   t o   t h e   f o l l o w i n g   l i n e 
 
 
 
 B u t t o n   1   T e x t   S u b 1 
 
 B u t t o n   2   T e x t   S u b 2 
 
 
 
 L a b e l   L o o p 1 
 
 	 P r i n t   " 1 " 
 
 	 P r i n t   "       2 " 
 
 	 P r i n t   "             3 " 
 
 G o t o   L o o p 1 
 
 
 
 L a b e l   S u b 1 
 
 	 B e e p 
 
 	 W a i t   S e c o n d s   0 . 5 
 
 R e t u r n 
 
 
 
 L a b e l   S u b 2 
 
 	 B e e p 
 
 	 W a i t   S e c o n d s   0 . 5 
 
 R e t u r n 
 
 
 
 
 
 